projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e387e7e
)
fix build
author
cinamod
<cinamod>
Mon, 7 Jun 2004 13:58:09 +0000
(13:58 +0000)
committer
cinamod
<cinamod>
Mon, 7 Jun 2004 13:58:09 +0000
(13:58 +0000)
modules/engines/ms-windows/msw_style.c
patch
|
blob
|
history
diff --git
a/modules/engines/ms-windows/msw_style.c
b/modules/engines/ms-windows/msw_style.c
index 77d068063780c6b5ebe5850e73bbf4cc338048d3..14ec5ab2fe40490794728bdd4bea66b89d912711 100755
(executable)
--- a/
modules/engines/ms-windows/msw_style.c
+++ b/
modules/engines/ms-windows/msw_style.c
@@
-1842,7
+1842,7
@@
static void
msw_style_init_from_rc (GtkStyle * style, GtkRcStyle * rc_style)
{
setup_system_font (style);
- setup_menu_settings ();
+ setup_menu_settings (
gtk_settings_get_default ()
);
setup_system_styles (style);
parent_class->init_from_rc(style, rc_style);
}